home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / linklist / source.lha / doc / lUpdIndxNode.3 < prev    next >
Text File  |  1993-08-08  |  817b  |  38 lines

  1. '.so tmac.clman
  2. .TH "lUpdIndxNode"
  3. .IX lUpdIndxNode
  4. .SH NAME
  5. lUpdIndxNode - Update node by index.
  6. .SH SYNOPSIS
  7. int
  8. .BR "lUpdIndxNode" "(id, index, data, size, flag)"
  9. .br
  10. .RT
  11. .RP
  12. In    int    id    identifier of linked list
  13. .RP
  14. In    int    index    index of node which must be updated
  15. .RP
  16. In    Byte    *data    updated data of node
  17. .RP
  18. In    int    size    size of data
  19. .RP
  20. In    int    flag    updated user information flag
  21. .DT
  22. .SH DESCRIPTION
  23. \fBlUpdIndxNode\fP updates an indexed node in a linked list, in fact
  24. this routine replaces the data of the indexed node by the data of the
  25. updated node. The flag for user information can also be updated.
  26. .SH RETURN CODES
  27. .nf
  28. Return on success :
  29.     lSUCCESS
  30. Return on error :
  31.     lUNKNOWN_ID, lEMPTY_LIST, lWRONG_INDEX
  32. .fi
  33. .SH AUTHOR
  34. .nf
  35. Anita Eijs (TNO - Bouw - BouwInformatica)
  36. Shane Brath (University of Wisconsin)
  37. .fi
  38.